Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update update.py to use packaging.version #19

Merged
merged 1 commit into from
Sep 18, 2023
Merged

Conversation

mattip
Copy link
Member

@mattip mattip commented Sep 18, 2023

Fixes numpy/numpy#24724

pkg_resources, which comes from setuptools, no longer can be used to get parse_version. Use the one from packaging instead

@charris charris merged commit f371c5c into numpy:main Sep 18, 2023
@charris
Copy link
Member

charris commented Sep 18, 2023

Thanks Matti. Be nice if packaging was in the standard library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: update.py (numpy.org) uses deprecated pkg_resources
2 participants